home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util2 / prexcm11.zip / INFO.BAT < prev    next >
DOS Batch File  |  1993-04-26  |  3KB  |  49 lines

  1. echo off
  2. cls
  3. echo    This will briefly give a little background on Protect! EXE/COM v.1.1.
  4. echo  
  5. echo  
  6. echo   If you are a programmer, it is vital that your programs be well-protected,
  7. echo especially in a world full of destructive hackers. That is why I created 
  8. echo Protect! EXE/COM. Unlike any utility on the market, Protect! EXE/COM scrambles
  9. echo EXE and COM programs and checks for a CRC EVER TIME A PROTECTED PROGRAM  
  10. echo IS RUN! Since the loader is highly optimized, there is almost no noticeable 
  11. echo system slowing during loading. Of course, enough self-modifying code is
  12. echo sprinkled in to really bug any hacker. Of course, the file is extremely 
  13. echo scrambled, but the CRC is just an extra precaution.
  14. echo    
  15. echo   If you already use LZEXE, PKLite (R), or PKLite (R) commercial, you may
  16. echo think that you are sufficiently protected, but think again! UNLZEXE has 
  17. echo been out for a long time, PKLite can decompress its files, and any hacker
  18. echo can get access to a program that can even undo compression done by the -E
  19. echo option on PKLite commercial. Would you like any idiot to have the ability
  20. echo to add "trojan horses" to your programs, remove some copyright screens, or
  21. echo anything like that ? Protect your programs and your reputation by using
  22. echo Protect! EXE/COM !
  23. echo  
  24. pause
  25. cls
  26. echo   The one main requirement of Protect! EXE/COM is that the file to protect
  27. echo be compressed with LZEXE, PKLite, Compack (R), or some other executable
  28. echo compression program first if the file is an EXE file. COM files can be 
  29. echo protected directly if you prefer, but they you can compress them first also.
  30. echo This compression requirement is instituted because a compressed program is
  31. echo harder to decrypt than a program with lots of repetitive sequences. A CRC
  32. echo can be calculated more reliably this way also. Sorry, but Windows (R), 
  33. echo OS/2 (R), and overlay programs cannot be protected.
  34. echo  
  35. echo    The cost of this revolutionary protection program is only a flat fee of
  36. echo $25 -- no "run-time fees" or "royalties" at all. You can protect as many
  37. echo programs as you want from one computer for that one fee, which will prevent
  38. echo many people from snooping in your programs.
  39. echo
  40. echo   By the way, this is the nice message that you get from a protected file 
  41. echo whose CRC has been violated (if a change occurs in the loader, the program
  42. echo will just crash, but if occurs in the data, you get the message):
  43. echo  
  44. echo CRC Error - File has been altered !
  45. echo  
  46. echo  
  47. echo                Happy EXE/COM Protecting!
  48. echo  
  49. pause